home *** CD-ROM | disk | FTP | other *** search
- # THIS FILE IS A Du.hist file and also a TUTORIAL. - Greg Browne 10/18/89
- #
- # Du.Hist files may have comments
- ; Comments start with either # or ; and have a <SPACE> as second character.
- #
- ; STARTUP IS MUCH FASTER WITHOUT COMMENTS
- ; ***************************************
- ;
- ; The space after the # or ; sign DESIGNATES COMMENTS.
- #
- # LINES not started with a # or ; sign are "R" gadget history items
- #
- # THE "R" history is now 20 items long.
- #
- ; ============================
- ; ANY file can be read as a Du.hist file. Put the name of the file in the
- ; "R" gadget & click the RIGHT mousebutton on the "R" beside the gadget.
- ; The file will be read like Du.hist. Only as many "R" items as are in the
- ; new file will be replaced. Any beyond that will be unchanged.
- #
- # ALSO putting a complete command (including the # or ;) in the
- # "R" gadget and clicking RIGHT mousebutton on "R" will read that
- # command (easy change of Showname, Editor, Devices, etc).
- # ============================
- #
- # IF the character DIRECTLY after the # or ; is one of the following, the
- # balance of the line will be considered a possible command line.
- #
- # COMMANDS ARE: S E A O R 0..8 B (case insensitive)
- #
- #SSuperShow
- # Set external show program name - ENTIRE BALANCE OF LINE IS USED
- # if no name given or no #S included, Du's puny internal show is used
- #
- #e Emacs
- # Editor program name - ENTIRE BALANCE OF LINE IS USED
- # if no name given or no #E included, Du chooses "dme" as editor.
- # Note that all leading spaces on command names are stripped off
- #
- #Edme
- # However I like "dme" so I'll put it back in place for now.
- # SEE, THE LATEST ITEM ALWAYS TAKES PRECEDENCE.
- #
- #Aram:
- # Access on startup - ENTIRE BALANCE OF LINE IS USED
- # This can be ANY valid path - just used ram: for less mess.
- # if no name given or no #A included, Du chooses ram: from WB
- # or the current directory from CLI. STARTUP ONLY!!
- #
- #ofile VALID LINE - Changes Outname choice 3 from SER: to file
- # This replaces the "SER:" output device on the PRT:/PAR:/SER: gadget.
- # only 4 characters following "O" are used.
- #
- #Rrun
- # ENTIRE BALANCE OF LINE IS USED.
- # This replaces "run >nil: <nil:" for the DO gadgets last pass.
- # NOTE THAT with 1.3 the default above REALLY discards as it is supposed
- # to. Somehow it still put output to CON: window before. If you want
- # CON window output to be seen, use run <NIL: or run.
- #
- #
- # DEVICE NAME Replacement [0..8]
- # This will replace the device gadgets above the filewindow.
- # Left to right [df0 = 0 ram = 8]
- # Again only 4 characters maximum are used.
- # shorter devices MAY be used (such as c: or l:)
- #2 ff1: THIS LINE IS VALID (leading spaces ALWAYS removed first)
- #6rad: SO IS THIS
- # 6ff0: THIS IS NOT (space BEFORE the 6)
- #
- #
- # Miscellaneous command
- #B (* Open window in bottom half if interlaced screen *)
- #
- #
- #
- # OTHER SECOND LETTERS are ignored
- # NOTE, HOWEVER, that the previous line COULD NOT leave the space out
- # or the interpreter will replace the "file" above with "THER".
- #
- # Now follow the real "R" gadget Items I use most. They can be grouped
- # or interspersed with commands and comments and will be picked up properly.
- # The next line is blank on purpose - makes R-00 a blank item.
-
- NewZap
- katz
- diskx x
- PPack
- ppmore
- mash
- mash -d
- SPref
- Pprefs
- execute
- ReadKwik 0 dh0:
- RiteKwik dh0: 0
-
-
- lharc v
- lharc a
- zoo -e
- QS
-
-
- # EVERYTHING past the 20th history item is IGNORED, so put your commands
- # earlier in the file. After it reads the 20th item (if there is one),
- # it closes the file and quits cold.
- #
- # Du.hist will be looked for FIRST in current directory and then in S:. The
- # first one found will be used. If neither found, the program will initialize
- # all histories as empty (""). REMEMBER, a file in the current directory
- # will take presidence over s:
-